Microsoft® JScript
Debug.writeln Method
Home |

See Also                   


Description
Writes a specified string and newline character to the Immediate window.

Syntax

Debug.writeln([string])

The writeln method syntax has these parts:

Part Description
Debug Required.
string Optional. The text you want to write to the Immediate window. If omitted, a newline character is written to the Immediate window.


© 1996 by Microsoft Corporation.